home *** CD-ROM | disk | FTP | other *** search
/ APDL Best Games 3 / APDL Best Games 3.iso / _xonerator / _run < prev    next >
Encoding:
Text File  |  2000-10-15  |  709 b   |  35 lines

  1. Set Xc$Dir <Obey$Dir>
  2.  
  3. RMLoad <Xc$Dir>.Sounds.Alarm2
  4. RMLoad <Xc$Dir>.Sounds.Bang1
  5. RMLoad <Xc$Dir>.Sounds.Laser1
  6. RMLoad <Xc$Dir>.Sounds.Laser2
  7. RMLoad <Xc$Dir>.Sounds.Laser3
  8. RMLoad <Xc$Dir>.Sounds.Laser4
  9. RMLoad <Xc$Dir>.Sounds.Laser5
  10. RMLoad <Xc$Dir>.Sounds.Machine
  11. RMLoad <Xc$Dir>.Sounds.Xplode1
  12. RMLoad <Xc$Dir>.Sounds.Xplode2
  13. RMLoad <Xc$Dir>.Sounds.Xplode3
  14. RMLoad <Xc$Dir>.Sounds.Xplode4
  15.  
  16. WimpSlot -min 768k -max 1024k
  17. UnSet Xc$Return
  18.  
  19. Run <Xc$Dir>.Vect  -VSync 5 -WeaponTime 3 -Alternate
  20.  
  21. RMKill Alarm
  22. RMKill Bang1
  23. RMKill Laser1
  24. RMKill Laser2
  25. RMKill Laser3
  26. RMKill Laser4
  27. RMKill Laser5
  28. RMKill Machine
  29. RMKill Xplode1
  30. RMKill Xplode2
  31. RMKill Xplode3
  32. RMKill Xplode4
  33.  
  34. If "<Xc$Return>" <> "" THEN ERROR 1 <Xc$Return>
  35.